#homePictures li {
	display: inline-block;
	width: 23.5%;
	margin-right: 0.1%;
}
#homePictures ul {
	width: 100%;
	display: block;
	white-space: nowrap;
	text-align: center;
	padding-bottom: 1px;
	clear: both;
	background-color: fff;
}
#homePictures a:link, #homePictures a:visited {
	color: #069;
	text-decoration: none;
	width: auto;
	display: block;
	padding-top: 10px;
	border: 1px solid #ddd;
}
#homePictures a:hover, #homePictures a:active {
	color: #09C;
	border: 1px solid #069;
}
ul.homeList li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 28px;
	padding-bottom: 6px;
}
